projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8702b8c
)
; * lisp/Makefile.in: Comment update.
author
Glenn Morris
<rgm@gnu.org>
Wed, 6 Jan 2016 23:48:40 +0000
(18:48 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 6 Jan 2016 23:48:40 +0000
(18:48 -0500)
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/Makefile.in
b/lisp/Makefile.in
index 5f72e6ce23e337fecce4525941ca33cd0f873938..5042c0f2ab97c3e6eca4b5a64da2f63367753462 100644
(file)
--- a/
lisp/Makefile.in
+++ b/
lisp/Makefile.in
@@
-233,7
+233,7
@@
ETAGS = ../lib-src/etags${EXEEXT}
${ETAGS}: FORCE
${MAKE} -C ../lib-src $(notdir $@)
-## The
ls | sed |
xargs is to stop the command line getting too long
+## The
use of
xargs is to stop the command line getting too long
## on MS Windows, when the MSYS Bash passes it to a MinGW compiled
## etags. It might be better to use find in a similar way to
## compile-main. But maybe this is not even necessary any more now